-
1 Object Oriented Programming Systems Languages And Applications
Computers: OOPSLAУниверсальный русско-английский словарь > Object Oriented Programming Systems Languages And Applications
-
2 объектно-ориентированные приложения
Programming: object-oriented applicationsУниверсальный русско-английский словарь > объектно-ориентированные приложения
-
3 объектно-ориентированные приложения состоят из объектов
Programming: object-oriented applications consist of objectsУниверсальный русско-английский словарь > объектно-ориентированные приложения состоят из объектов
-
4 объектная модель проектирования
Programming: object model of development (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch)Универсальный русско-английский словарь > объектная модель проектирования
-
5 Логическое представление
Programming: The Logical View (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch et al.)Универсальный русско-английский словарь > Логическое представление
-
6 Представление процессов
Programming: The Process View (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch et al.)Универсальный русско-английский словарь > Представление процессов
-
7 Представление реализации
Programming: The Implementation View (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch et al.)Универсальный русско-английский словарь > Представление реализации
-
8 Представление сценариев использования
Programming: The Use Case View (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch et al.)Универсальный русско-английский словарь > Представление сценариев использования
-
9 При проектировании параллельных систем, таких как к
General subject: For the design of concurrent systems, such as real-time, client/server, and distributed applications, it is necessary to consider concurrent tasking concepts in addition to object-oriented conceptsУниверсальный русско-английский словарь > При проектировании параллельных систем, таких как к
-
10 Система выводит на экран выбранное значение, а также время его измерения
General subject: The system displays the selected value, together with its time of occurrence (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady)Универсальный русско-английский словарь > Система выводит на экран выбранное значение, а также время его измерения
-
11 Этот прецедент выводит на экран максимальное и минимальное значения указанного показателя
Универсальный русско-английский словарь > Этот прецедент выводит на экран максимальное и минимальное значения указанного показателя
-
12 временная и пространственная семантика
Programming: time and space semantics (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch et al.)Универсальный русско-английский словарь > временная и пространственная семантика
-
13 диаграммы обзора взаимодействий
Programming: interaction overview diagrams (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch)Универсальный русско-английский словарь > диаграммы обзора взаимодействий
-
14 логическое представление
Programming: The Logical View (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch et al.)Универсальный русско-английский словарь > логическое представление
-
15 принцип минимальных обязательств
Programming: principle of least commitment (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch)Универсальный русско-английский словарь > принцип минимальных обязательств
-
16 принцип наименьшего удивления
Programming: principle of least astonishment (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch)Универсальный русско-английский словарь > принцип наименьшего удивления
-
17 разделение функций
1) Economy: task sharing2) Programming: separation of concerns (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch)3) Makarov: task sharing (напр. операторов на АЭС)4) oil&gas: split functionsУниверсальный русско-английский словарь > разделение функций
-
18 событие: некое явление, способное изменить состояние системы
General subject: event: some occurrence that may cause the state of a system to change (см. Object-Oriented Analysis and Design with Applications ( 3rd Edition) by Grady Booch et al.)Универсальный русско-английский словарь > событие: некое явление, способное изменить состояние системы
См. также в других словарях:
Object-oriented analysis and design — (OOAD) is a software engineering approach that models a system as a group of interacting objects. Each object represents some entity of interest in the system being modeled, and is characterised by its class, its state (data elements), and its… … Wikipedia
Object-Oriented Software Construction — … Wikipedia
object-oriented — ˈobject ˌoriented adjective [only before a noun] COMPUTING object oriented programs and software are built up from different parts, rather than being supplied as a single package: • a new operating system based on object oriented software * * *… … Financial and business terms
Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS — (1988, Addison Wesley, ISBN 0 201 17589 4) is a book by Sonya Keene on the Common Lisp Object System. Published first in 1988, the book starts out with the elements of CLOS and develops through the concepts of data abstraction with classes and… … Wikipedia
Object-oriented programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computing … Wikipedia
Object-oriented user interface — In computing an object oriented user interface (OOUI) is a type of user interface based on an object oriented programming metaphor. In an OOUI, the user interacts explicitly with objects that represent entities in the domain that the application… … Wikipedia
Object-oriented design — OOD redirects here. OOD may also refer to Officer of the Deck, Officer of the day, or the Ood. Object oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem. It is one approach to… … Wikipedia
Object-oriented operating system — An object oriented operating system is an operating system which internally uses object oriented methodologies. An object oriented operating system is in contrast to an object oriented user interface or programming framework, which can be placed… … Wikipedia
object-oriented programming — noun A programming paradigm that uses objects to design applications and computer programs. Abbreviation: OOP … Wiktionary
Inheritance (object-oriented programming) — In object oriented programming (OOP), inheritance is a way to reuse code of existing objects, establish a subtype from an existing object, or both, depending upon programming language support. In classical inheritance where objects are defined by … Wikipedia
Object graph — An Object graph is a view of an object system at a particular point in time. Whereas a normal data model such as a UML Class diagram details the relationships between classes, the object graph relates their instances. Object diagrams are subsets… … Wikipedia